home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / sat / msat09.tgz / WDLOGDIS.H < prev    next >
Text File  |  1994-09-17  |  304b  |  14 lines

  1. struct WOD_HEADER
  2. {
  3.     time_t start_time            __attribute__ ((packed));
  4.     time_t end_time                __attribute__ ((packed));
  5.     unsigned short sample_period        __attribute__ ((packed));
  6.     unsigned char number_of_channels    __attribute__ ((packed));
  7. };
  8.  
  9. struct CHANNEL_INFO
  10. {
  11.     int channel;
  12.     double a, b, c;
  13. };
  14.